@charset "utf-8";
/* CSS Document */
/* bigcolumn-wrap */
.bigcolumn-wrap {
  overflow: hidden;
}
.big-img-box {
  margin: 10px auto;
  position: relative;
  z-index: 2;
}
.big-img-box::before,
.big-img-box::after {
  content: '';
  width: 10px;
  height: 30px;
  position: absolute;
  background-image: linear-gradient(to top, #e70a06 0%, #c61412 100%);
  bottom: -15px;
  border-radius: 10px;
  box-shadow: rgba(195, 195, 195, 0.55) 0px 2px 4px;
}
.big-img-box::before {
  left: 25%;
}
.big-img-box::after {
  right: 25%;
}
.big-img-box img {
  width: 100%;
  display: block;
}
.big-news-wrap {
  background-color: #f5f5f5;
  overflow: hidden;
}
.big-news-inner {
  width: 1300px;
  background-color: #fff;
  height: 120px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.big-news-inner > dt {
  height: 90px;
  overflow: hidden;
  margin: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
.big-news-inner > dt > a {
  font-size: 38px;
  font-weight: bold;
  color: #3848a0;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  display: inline-block;
}
.big-news-inner > dt > p {
  font-size: 20px;
  color: #555;
  margin: 0 90px;
  line-height: 36px;
}
.big-news-inner > dd {
  position: relative;
  float: right;
  width: 85px;
  height: 35px;
  bottom: 35px;
  right: 15px;
}
.big-news-inner > dd a {
  position: relative;
  color: #fff;
  width: 85px;
  height: 35px;
  line-height: 30px;
  /* position: absolute; */
  z-index: 3;
  display: inline-block;
  font-size: 16px;
  transition: all 0.2s;
}
.big-news-inner > dd a:hover {
  /* font-weight: bold; */
  margin-left: -10px;
}
.big-news-inner > dd a:hover::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
  position: relative;
  left: 62px;
  top: -20px;
}
.big-news-inner > dd::before,
.big-news-inner > dd::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 30px;
  background-color: #1457b5;
  border-radius: 30px 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.big-news-inner > dd::after {
  left: 5px;
  top: 5px;
  background-color: #eee;
  z-index: 0;
}

.news-cloumn-box {
  position: relative;
}
.news-slide-box {
  height: 428px;
  margin: 30px 0;
}
.news-slide-count {
  font-size: 0;
  position: absolute;
  right: 268px;
  top: 45px;
  z-index: 5;
}
.news-cloumn-box .tns-nav {
  position: absolute;
  right: 90px;
  width: 400px;
  top: 100px;
  z-index: 5;
  /* background-color: #f0f; */
  overflow: hidden;
  text-align: center;
}
.news-cloumn-box .tns-nav button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  border: 0;
  background-color: #e5e5e5;
  margin: 0 5px;
}
.news-cloumn-box .tns-nav button.tns-nav-active {
  background-color: #1457b5;
}
.news-cloumn-box .tns-controls {
  position: absolute;
  top: 100px;
  right: 35px;
  width: 620px;
  z-index: 5;
}
.news-cloumn-box .tns-controls button {
  width: 26px;
  height: 11px;
  background: url(icon-nart.png) 0 0 no-repeat;
  border: 0;
  background-color: transparent;
  float: right;
}
.news-cloumn-box .tns-controls button:first-child {
  float: left;
  transform: scaleX(-1);
}
.news-slide-count > li {
  display: inline-block;
}
.news-slide-count > .ns_current {
  font-size: 30px;
  color: #1457b5;
}
.news-slide-count > .ns_total {
  font-size: 24px;
  color: #d1d1d1;
}
.news-slide-count > .ns_total::before {
  content: '/';
  margin: 0 3px;
}
.ns-item {
  overflow: hidden;
  position: relative;
  height: 428px;
}
.ns-item > dt {
  width: 760px;
  height: 428px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ns-item > dt img {
  width: 100%;
  height: 100%;
}
.ns-item > dd {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
}
.ns-item-text {
  width: 670px;
  height: 360px;
  background-color: #fff;
  box-shadow: rgba(189, 204, 217, 0.18) 0px 0 8px;
  margin-top: 38px;
  box-sizing: border-box;
  padding: 80px 40px 0;
  border-bottom: 50px solid transparent;
  overflow: hidden;
}
.ns-item-text > dt {
  font-size: 24px;
  line-height: 1.5;
}
.ns-item-text > dd {
  margin-top: 22px;
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  text-indent: 2em;
}
.ns-item > dd > a {
  display: block;
  width: 170px;
  height: 50px;
  background: #1457b5 url(icon-nartw.png) 128px center no-repeat;
  position: relative;
  z-index: 3;
  margin: -20px auto 0;
  padding-left: 50px;
  line-height: 50px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
.ns-item > dd > a:hover {
  border-radius: 4px;
  box-shadow: rgba(55, 55, 55, 0.3) 0px 0 8px;
  margin-top: -25px;
}
.common-tabnews-box {
  overflow: hidden;
  margin: 30px auto;
}
.news-tab-title {
  font-size: 0;
  text-align: center;
}
.news-tab-title > li {
  display: inline-block;
  font-size: 24px;
  color: #333;
  line-height: 36px;
  padding: 0 46px;
  position: relative;
}
.news-tab-title > li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
  left: 0;
  top: 6px;
}
.news-tab-title > li:first-child::before {
  display: none;
}
.news-tab-title > li.cur,
.news-tab-title > li.cur a {
  font-weight: bold;
  color: #1457b5;
}
.news-tab-box {
  margin: 20px 6px 0;
  background-color: #fff;
  height: 290px;
  font-size: 0;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
}
.disclose-news-box .news-tab-box {
  height: unset;
}
.news-tab-item {
  width: 342px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: top;
}
.news-tab-item > dt {
  color: #c3c3c3;
  height: 60px;
  line-height: 60px;
}
.news-tab-item > dt > b {
  font-size: 52px;
  margin-right: 10px;
}
.news-tab-item > dd {
  margin-top: 20px;
}
.news-tab-item > dd > a {
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  height: 60px;
  overflow: hidden;
  display: block;
  font-size: 20px;
}
.disclose-news-box .news-tab-item > dd > a {
  font-weight: normal;
  height: unset;
  max-height: 150px;
}
.news-tab-item > dd > a:hover {
  color: #1457b5;
}
.news-tab-item > dd > p {
  margin-top: 10px;
  overflow: hidden;
  color: #666;
  line-height: 1.5;
  height: 70px;
}
.disclose-news-box .news-tab-item > dd > p {
  display: none;
}
.tab3-con-box {
  overflow: hidden;
}
.tab3-title-wrap {
  height: 50px;
  line-height: 50px;
  background-color: #f5f9ff;
  border-bottom: 5px solid #ecf1f7;
  padding-bottom: 5px;
  position: relative;
}
.tab3-title-box {
  font-size: 0;
  height: 60px;
}
.tab3-title-box > li {
  font-size: 26px;
  display: inline-block;
  width: 33.3%;
  text-align: center;
  height: 55px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  line-height: 56px;
  transition: all 0.3s ease-in-out;
}
.tab3-title-box > li.cur {
  border-bottom-color: #1557b3;
  background-color: #3073d0;
  color: #fff;
  font-weight: bold;
}
.tab3-title-line {
  height: 5px;
  width: 33%;
  margin: 0;
  padding: 0;
  background: #2f73d2;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.topic-slide-wrap {
  overflow: hidden;
  position: relative;
  height: 360px;
  margin: 30px auto;
}
.topic-slide-box {
  width: 640px;
  position: absolute;
  left: 0;
  top: 0;
}
.topic-slide-box .item {
  height: 360px;
}
.topic-slide-box .item img {
  width: 100%;
  height: 100%;
}
.topic-slide-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 720px;
  background: url(bg-sunmout.png) center center no-repeat;
  background-size: cover;
  height: 360px;
}
.topic-slide-dot > li {
  /* display: block; */
  font-size: 20px;
  line-height: 2;
  position: relative;
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.topic-slide-dot > li.tns-nav-active {
  font-weight: bold;
}
.topic-slide-dot > li.tns-nav-active b {
  color: #1457b5;
  font-weight: bold;
}
.topic-slide-dot > li b {
  margin-right: 1rem;
  font-size: 30px;
  color: #555;
  margin-top: 0.5rem;
  font-weight: normal;
  cursor: default;
  margin-left: 0.5rem;
}
.topic-slide-dot > li::after {
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
  content: '';
  width: 0;
  height: 100%;
  background: #e6ecf5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topic-slide-dot > li:hover {
  padding: 0 0.5rem;
}
.topic-slide-dot > li:hover::after {
  background: #e6ecf5;
  width: 100%;
}
.more-button {
  position: absolute;
  width: 85px;
  height: 50px;
  bottom: 0;
  left: 700px;
}
.more-button a {
  position: relative;
  color: #fff;
  width: 85px;
  height: 35px;
  line-height: 30px;
  /* position: absolute; */
  z-index: 3;
  display: inline-block;
  font-size: 16px;
  transition: all 0.2s;
  text-align: center;
}

.more-button a:hover {
  /* font-weight: bold; */
  margin-left: -10px;
}
.more-button a:hover::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
  position: relative;
  left: 62px;
  top: -20px;
}
.more-button::before,
.more-button::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 30px;
  background-color: #1457b5;
  border-radius: 30px 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.more-button::after {
  left: 5px;
  top: 5px;
  background-color: #eee;
  z-index: 0;
}
.disclose-items {
  font-size: 0;
  overflow: hidden;
}
.disclose-items > li {
  display: inline-block;
  font-size: 20px;
  width: 16%;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  overflow: hidden;
  background: #4185e5 url(bg-texture.png) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: all 0.3s;
}
.disclose-items > li:not(:first-child) {
  margin-left: 0.8%;
}
.disclose-items > li a {
  color: #fff;
  font-weight: bold;
}
.disclose-items > li:hover {
  background-color: #4e93f4;
}
.disclose-news-box {
  overflow: unset;
}
.disclose-news-box .news-tab-title {
  text-align: left;
}
.disclose-news-box .news-tab-title > li {
  padding: 0 36px;
}
.home-common-medias {
  overflow: hidden;
  height: 410px;
}
.home-common-medias > dt {
  width: 1020px;
  position: relative;
}
.home-common-medias .tns-controls button {
  width: 60px;
  height: 60px;
  border: 0;
  background: url(cir-nar-lt.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: -60px;
  right: auto;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.home-common-medias .tns-controls button:last-child {
  left: auto;
  right: 0;
  background: url(cir-nar-rt.png) center center no-repeat;
}
.cloumn-topic {
  overflow: hidden;
}
.cloumn-topic img {
  width: 100%;
  height: 196px;
  display: block;
  transition: all 0.5s linear;
}
.cloumn-topic img:hover {
  transform: rotate3d(-3, 10, 0, 15deg);
  /* transform: rotate(5deg) scale(1.1); */
  position: relative;
  z-index: 0;
  box-shadow: rgba(17, 12, 46, 0.15) 10px 14px 10px 0px;
}

@keyframes horizontal-spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
.cloumn-topic p {
  height: 246px;
  overflow: hidden;
  font-size: 16px;
  color: #c5c5c5;
  line-height: 1.5;
  padding: 0 0.5em;
}
.cloumn-topic p a {
  display: block;
  font-size: 20px;
  color: #333;
  margin: 30px 0 10px;
}
.cloumn-topic p a:hover {
  color: #1457b5;
}
.home-common-medias > dd {
  width: 350px;
}
.home-media-box {
  height: 196px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}
.home-media-box > dt {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-media-box > dt img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.home-media-box > dt:hover img {
  transform: scale(1.1);
}
.home-media-box > dt b {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: center;
}
.home-media-box > dt b a {
  color: #fff;
}
.home-media-box > dd {
  position: absolute;
  z-index: 2;
  background-color: rgba(195, 195, 195, 0.55);
  left: 0;
  top: 0;
  font-size: 14px;
  background: #bd1a2d;
  padding: 5px 10px;
  height: 20px;
  line-height: 20px;
}
.home-media-box > dd a {
  color: #fff;
}
.home-media-box > dd a:hover {
  font-weight: bold;
}
.home-media-box > dt b a:hover {
  font-weight: bold;
}
.home-service-title {
  font-size: 0;
  background: url(zwfwtit.png) 0px 40px repeat-x;
  height: 50px;
  margin: 30px 0 20px;
  width: 471px;
}
.home-service-title > li {
  font-size: 20px;
  display: inline-block;
  background: #e5e5e5;
  width: 141px;
  height: 40px;
  line-height: 40px;
  margin-right: 16px;
  text-align: center;
}
.home-service-title > li.cur {
  background-color: #2072e4;
}
.home-service-title > li.cur a {
  color: #fff;
}
.home-service-items {
  font-size: 0;
}
.home-service-items > li {
  display: inline-block;
  width: 335px;
  margin-left: 20px;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  transition: all 0.3s;
  overflow: hidden;
}
.home-service-items > li img {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  /* margin-left: 100px; */
  display: inline-block;
  margin-right: 10px;
}
.home-service-items > li a {
  display: inline-block;
  vertical-align: top;
}
.home-service-items > li:nth-child(4n + 1) {
  margin-left: 0;
}
.home-service-items > li:hover {
  background-color: #2072e4;
}
.home-service-items > li:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(131deg)
    brightness(105%) contrast(106%);
}
.home-service-items > li:hover a {
  color: #fff;
}
.service-hot-link {
  font-size: 0;
  background-color: #2072e4;
  color: #eef5ff;
  height: 50px;
  line-height: 50px;
  margin: 10px 0 30px;
}
.service-hot-link > dt,
.service-hot-link > dd {
  display: inline-block;
  font-size: 16px;
}
.service-hot-link > dt {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.service-hot-link > dd a {
  color: #eef5ff;
  margin-left: 20px;
}
.service-hot-link > dd a:hover {
  font-weight: bold;
  color: #fff;
}
.service-topic-items {
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin: 0 6px;
  font-size: 0;
  margin-bottom: 30px;
  padding: 30px 0;
}
.service-topic-item {
  width: 461px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  height: 200px;
  font-size: 18px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px;
}
.service-topic-item > dt {
  width: 200px;
  float: left;
}
.service-topic-item > dt dl dt {
  font-size: 22px;
  margin-top: 10px;
}
.service-topic-item > dt dl dd {
  font-size: 16px;
  color: #999;
  max-height: 56px;
  line-height: 28px;
  overflow: hidden;
  margin: 10px 0;
}
.service-topic-item > dt ul li {
  font-size: 16px;
  line-height: 30px;
}
.service-topic-item:last-child {
  border-right: 0;
}
.service-topic-item > dd {
  float: right;
}
.service-topic-item > dd img {
  width: 160px;
  transition: all 0.5s linear;
}
.service-topic-item:hover > dd img {
  transform: rotate3d(-5, -10, 0, 35deg);
}
.home-interaction-box {
  overflow: hidden;
  margin: 30px auto 20px;
  padding: 6px 0;
}
.home-interaction-box > dt {
  height: 450px;
  width: 600px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin-left: 6px;
  background: url(bg-online-talk.png) center center no-repeat;
  background-size: 96% 96%;
  padding: 20px;
  box-sizing: border-box;
}
.home-interaction-box > dd {
  height: 450px;
  width: 770px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin-right: 6px;
}
.home-online-talk-title {
  font-weight: bold;
  font-size: 22px;
}
.home-online-talk-title a {
  color: #1457b5;
}
.onlinetalk-item > dt {
  height: 176px;
  box-sizing: border-box;
  margin: 50px 20px 10px;
  width: 520px;
}
.onlinetalk-item > dt b {
  float: left;
  width: 164px;
  height: 176px;
  overflow: hidden;
}
.onlinetalk-item > dt b a {
  color: #3d67a6;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  margin: 1em 0;
  height: 140px;
  overflow: hidden;
}
.onlinetalk-item > dt img {
  float: right;
  width: 316px;
  height: 176px;
  box-shadow: 0px 3px 6px 0px rgba(85, 113, 169, 0.75);
}
.onlinetalk-item > dd {
  background-color: #dbe4f0;
  height: 96px;
  width: 520px;
  margin: 20px 20px 10px;
  overflow: hidden;
  border-radius: 25px;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 0.35rem 1rem;
}
.online-dot {
  width: 520px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.online-dot li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  border: 0;
  background-color: #7b8fac;
  margin: 0 5px;
}
.online-dot li.tns-nav-active {
  background-color: #142a4a;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.home-interaction-box > dd {
  padding: 20px;
  box-sizing: border-box;
}
.interaction-tab-title {
  font-size: 0;
}
.interaction-tab-title > li {
  display: inline-block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  padding: 0 26px;
  position: relative;
}
.interaction-tab-title > li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
  left: 0;
  top: 6px;
}
.interaction-tab-title > li:first-child::before {
  display: none;
}
.interaction-tab-title > li.cur,
.interaction-tab-title > li.cur a {
  font-weight: bold;
  color: #1457b5;
}
.interaction-tab-box {
  margin: 20px 0 0;
  /* background-color: #f00; */
  height: 260px;
  overflow: hidden;
}
.interaction-tab-item li {
  font-size: 18px;
  line-height: 2;
  height: 36px;
  overflow: hidden;
}
.interaction-tab-item li::before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background-color: #999;
  float: left;
  border-radius: 5px;
  margin-top: 15px;
  margin-right: 10px;
}
.interaction-tab-item li span {
  float: right;
  color: #999;
  font-size: 16px;
}
.interaction-tab-banner {
  margin-top: 10px;
  height: 100px;
  width: 100%;
}
.interaction-tab-banner img {
  width: 100%;
  height: 100%;
}
.interaction-items-link {
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin: 0 6px 30px;
  font-size: 0;
  overflow: hidden;
  padding: 30px 0;
}
.interaction-items-link li {
  display: inline-block;
  font-size: 22px;
  width: 25%;
  box-sizing: border-box;
  height: 208px;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}
.interaction-items-link li:last-child {
  border-right: 0;
}
.interaction-items-link li img {
  display: block;
  height: 150px;
  max-width: 60%;
  margin: 0 auto;
  transition: all 0.5s linear;
}
.interaction-items-link li > a {
  margin-left: 15%;
  display: inline-block;
  margin-top: 20px;
}
.interaction-items-link li:hover img {
  transform: rotate3d(-5, -10, 0, 35deg);
}
.topics-wrap {
  height: 340px;
  background: url(bg-topic-banner.png) center top no-repeat;
  background-size: cover;
}
.topic-banner-co {
  height: 100%;
  padding-top: 90px;
}
.topic-banner-1 {
  background: url(bg-topic-1.png) right 30px no-repeat;
}
.topic-title-box {
  width: 400px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.549);
  border-radius: 20px;
}
.topic-title-box > dt {
  font-size: 42px;
  color: rgb(47, 115, 210);
  line-height: 2;
  text-align: center;
  height: 84px;
  overflow: hidden;
}
.topic-title-box > dd > span {
  border-radius: 10px;
  background-color: rgb(92, 156, 246);
  font-size: 22px;
  color: #fff;
  line-height: 2;
  display: block;
  margin: 0 auto;
  width: 146px;
  text-align: center;
}
.topic-title-box > dd > span::after {
  content: '';
  border-top: 6px solid #eff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: 19px;
  position: relative;
  left: 5px;
  cursor: default;
}
.topic-title-box > dd > ul {
  margin: 0 auto;
  width: 146px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0 10px;
  position: relative;
  z-index: 3;
  display: none;
}
.topic-title-box > dd > ul > li {
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
}
.topic-title-box > dd > ul > li.cur {
  background-color: #f0f0f0;
}
.topic-title-box > dd > ul > li.cur a {
  color: #2072e4;
  font-weight: bold;
}
.topic-tab-title {
  font-size: 0;
  margin: 0 6px -20px;
  /* flex-direction: row;
  justify-content: flex-start; */
}
.topic-tab-title > li {
  display: inline-block;
  font-size: 24px;
  background-color: #e7f1fc;
  border-radius: 20px 20px 0 0;
  width: 220px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-right: 1rem;
}
.topic-tab-title > li.cur {
  background-color: #fff;
}
.topic-tab-title > li.cur a {
  font-weight: bold;
  color: #2f73d2;
}
.news-tab-box {
  font-size: 22px;
}
.topic-tab-title ~ .news-tab-box {
  height: auto;
  overflow: hidden;
}
.topic-cocnt-box {
  background-color: rgb(240, 247, 255);
  margin: 20px;
  padding: 20px 12px 0;
  font-size: 0;
  overflow: hidden;
}
.topic-cocnt-box > a {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  margin: 0 10px 20px;
  overflow: hidden;
}
.topic-robot-long {
  height: 150px;
  margin-top: 30px;
}
.topic-robot-long img {
  width: 100%;
  height: 100%;
}

.topic-banner-2 {
  background: url(bg-topic-2.png) right 30px no-repeat;
}
.topic-co-tabtitle {
  font-size: 0;
}
.topic-co-tabtitle > li {
  font-size: 22px;
  display: inline-block;
  padding: 0 50px;
}
.topic-co-tabtitle > li.cur {
  color: #1658a0;
  font-weight: bold;
  cursor: default;
}
.topic-co-tabtitle > li.cur a {
  color: #1658a0;
}
.topic-co-tabox {
  font-size: 22px;
  margin: 20px 0;
  background-color: #fff;
  padding: 15px 0;
}
.topic-subco-title {
  font-size: 0;
  background-color: #f5f5f5;
  height: 52px;
}
.topic-subco-title > li {
  font-size: 20px;
  display: inline-block;
  /* background: url(topic_bgarr.png) right center no-repeat; */
  cursor: default;
  height: 52px;
  line-height: 52px;
  padding: 0 36px;
  box-sizing: border-box;
  color: #5e5e5e;
  position: relative;
}
.topic-subco-title > li.cur {
  background-color: #2072e4;
  color: #fff;
}
.topic-subco-title > li > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-right: 8px;
}
.topic-subco-title > li.cur i {
  color: #2072e4;
}
.topic-subco-title > li > em {
  position: absolute;
  width: 33px;
  height: 54px;
  background: url(topic_bgarr.png) no-repeat;
  right: -16px;
  top: -1px;
  z-index: 1;
  background-size: cover;
}
/* .topic-subco-title > li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 0;
  border-bottom: 52px solid transparent;
  border-right: 14px solid #f5f5f5;
}
.topic-subco-title > li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 0;
  border-top: 52px solid transparent;
  border-right: 14px solid #f5f5f5;
} */
.topic-subco-box {
  padding: 20px 20px 0;
}
.topic-item-box {
  font-size: 18px;
}
.topic-item-box > dt {
  font-weight: bold;
}
.topic-item-box > dd {
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  margin: 10px 0;
}
.topic-nav-items {
  font-size: 0;
}
.topic-nav-items > li {
  display: inline-block;
  font-size: 18px;
  width: 32.6%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  margin-top: 10px;
}
.topic-nav-items > li:nth-child(3n + 2) {
  margin: 0 1%;
}
.topic-cont-wrap {
  margin-top: 30px;
}
.topic-holiday-title {
  font-size: 0;
  background-color: #e7f1fc;
  overflow: hidden;
}
.topic-holiday-title > li {
  float: left;
  font-size: 24px;
  width: 16.666%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  cursor: default;
}
.topic-holiday-title > li.cur {
  background-color: #fafafa;
}
.topic-holiday-title > li > i {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.topic-holiday-title > li > i img {
  width: 100%;
}
.topic-holiday-box {
  box-sizing: border-box;
  padding: 20px 0 0;
}
.topic-holiday-box img {
  width: 100%;
}
.topic-newstxt-wrap {
  overflow: hidden;
  height: 300px;
}
.topic-newstxt-wrap > dt {
  width: 900px;
}
.topic-newstxt-wrap > dd {
  width: 440px;
}
.topic-newstxt-wrap > dd img {
  width: 100%;
}
.topic-newstxt-title {
  font-size: 0;
}
.topic-newstxt-title > li {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  display: inline-block;
  padding: 0 12px;
  font-weight: bold;
}
.topic-newstxt-title > li::before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  display: inline-block;
  top: 4px;
  position: relative;
  margin-right: 12px;
  left: -6px;
}
.topic-newstxt-title > li:first-child:before {
  display: none;
}
.topic-newstxt-title > li a {
  color: #b2b2b2;
  display: inline-block;
}
.topic-newstxt-title > li > span {
  display: none;
}
.topic-newstxt-title > li.cur a {
  color: #2f73d2;
}
.topic-newstxt-box {
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin: 20px 0 0 6px;
  height: 238px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px 20px;
}
.topic-imgs-link {
  overflow: hidden;
  margin-top: 30px;
}
.topic-imgs-link > dt,
.topic-imgs-link > dd {
  width: 49%;
  height: 150px;
}
.topic-imgs-link > dt img,
.topic-imgs-link > dd img {
  width: 100%;
  height: 100%;
}
.news-mend-box {
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.news-mend-box > dt,
.news-mend-box > dd {
  width: 48%;
}
.topic-noritems-box {
  font-size: 0;
  padding: 15px 20px 0;
}
.topic-noritems-box > li {
  display: inline-block;
  width: 32.6%;
  border: 1px solid #d1e4f9;
  background-color: #ffffff;
  padding: 12px 20px 8px 20px;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.topic-noritems-box > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  height: 60px;
  overflow: hidden;
}
.topic-noritems-box > li:nth-child(3n + 2) {
  margin: 0 1%;
}
.topic-noritems-box > li > p {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
  color: #999;
}
.topics-menus-box {
  font-size: 0;
  margin-bottom: -30px;
}
.topics-menus-box > li {
  font-size: 18px;
  display: inline-block;
  width: 32%;
  margin-bottom: 30px;
  height: 210px;
  background: url(topics-bg.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
}
.topics-menus-box > li:nth-child(3n + 2) {
  margin-left: 2%;
  margin-right: 2%;
}
.topics-menus-box > li > p {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
}
.topics-menus-item {
  margin-top: 15px;
  overflow: hidden;
  height: 108px;
}
.topics-menus-item > dt {
  display: block;
  margin-top: 4px;
  margin-right: 22px;
  border-radius: 10px;
  background-color: #e7f1fc;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
}
.topics-menus-item > dt img {
  width: 37px;
  margin-top: 14px;
}
.topics-menus-item > dd {
  width: 318px;
  font-size: 16px;
}
.topics-menus-item > dd a {
  display: inline-block;
  background: url(topics-dot.png) no-repeat left center;
  line-height: 27px;
  padding-left: 12px;
  margin-right: 16px;
}
.topic-edumedic-item {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 20px 25px;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  border-radius: 10px;
}
.topic-edumedic-item > dt {
  width: 60%;
  position: relative;
}
.topic-edumedic-item > dt > p > a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}
.topic-edumedic-item > dt > p > span {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #999;
}
.topic-edumedic-item > dt > a {
  display: inline-block;
  margin-top: 60px;
  color: #5e5e5e;
  font-size: 16px;
  /* border: 1px solid #e7e7e7; */
  border-radius: 20px;
  background-color: #eaeaea;
  padding: 2px 15px 5px;
  line-height: 1.6;
}
.topic-edumedic-item > dt > a:hover {
  background-color: #2f73d2;
  color: #fff;
}
.topic-edumedic-item > dd {
  width: 40%;
  height: 194px;
}
.topic-edumedic-item > dd img {
  max-width: 100%;
  height: 100%;
}
.topic-edumedic-box {
  font-size: 0;
  overflow: hidden;
}
.topic-edumedic-box > li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.topic-edumedic-box > li.sti {
  width: 32%;
}
.topic-edumedic-box > li.sti:nth-child(3n + 2) {
  margin: 0 2%;
}
.topic-edumedic-box > li.lti {
  width: 49%;
}
.topic-edumedic-box > li.lti:nth-child(odd) {
  margin-left: 2%;
}
.topic-banner-3 {
  background: url(bg-topic-3.png) right 30px no-repeat;
  background-size: auto 72%;
}

.topic-banner-4 {
  background: url(bg-topic-4.png) right 30px no-repeat;
  background-size: auto 72%;
}
.topic-list-box {
  overflow: hidden;
  /* font-size: 0; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topic-list-box > li {
  /* display: inline-block; */
  /* font-size: 18px; */
  vertical-align: top;
  display: table-cell;
}
.topic-list-box > li:first-child {
  width: 210px;
}
.topic-list-box > li:nth-child(2) {
  margin: 0 30px;
  width: 800px;
}
.topic-list-box > li:last-child {
  width: 330px;
}
.topic-server-title {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 15px;
}
.topic-server-menus {
  border-left: 5px solid #f5f5f5;
}
.topic-server-menus > li {
  margin-left: -5px;
  box-sizing: border-box;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}
.topic-server-menus > li:hover,
.topic-server-menus > li.cur {
  border-left: 5px solid #2f73d2;
}
.topic-server-menus > li > a {
  padding-left: 25px;
}
.topic-server-menus > li:hover a,
.topic-server-menus > li.cur a {
  padding-left: 20px;
  color: #2f73d2;
  font-weight: bold;
}
.topic-server-cobox > dt {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 20px;
}
.topic-server-cobox > dt > em {
  font-style: normal;
  color: #2f73d2;
  margin: 0 0.2em;
}
.topic-server-links {
  font-size: 0;
}
.topic-server-links > li {
  width: 49%;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-top: 22px;
  padding: 0 5px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  cursor: default;
  overflow: hidden;
}
.topic-server-links > li:nth-child(even) {
  margin-left: 2%;
}
.topic-server-links > li.cur {
  background-color: #2f73d2;
  color: #fff;
}
.topic-server-links > li.cur a {
  color: #fff;
}
.topic-server-tabbox > p {
  font-size: 22px;
  line-height: 1.6;
  margin: 20px 0 0;
  background-color: #eef4ff;
  padding: 8px 0;
  color: #2172e1;
}
.topic-server-tabbox > p > em {
  font-style: normal;
  font-weight: bold;
  margin: 0 0.25em 0 0.5em;
}
.topic-cobox-items {
  font-size: 0;
}
.topic-cobox-items > li {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  height: 72px;
  padding: 10px 12px 6px 12px;
  margin-top: 20px;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  font-size: 18px;
}
.topic-cobox-items > li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #ccc;
  display: block;
  float: left;
  border-radius: 4px;
  margin-top: 22px;
  margin-right: 10px;
}
.topic-cobox-items > li:nth-child(even) {
  margin-left: 2%;
}
.topic-news-box {
  background: #f7f9fa;
  border-radius: 3px;
  padding: 20px 22px 12px 22px;
  margin-bottom: 20px;
}
.topic-news-box > dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.topic-news-box dd .interaction-tab-item li {
  font-size: 16px;
  line-height: 1.6;
  height: unset;
  overflow: hidden;
  margin-bottom: 8px;
}
.topic-news-box dd .interaction-tab-item li::before {
  margin-top: 10px;
}
.topic-desc-txt {
  font-size: 20px;
  padding: 1em 0;
  line-height: 1.8;
}
.topic-desc-txt img {
  max-width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.topic-shjz-box {
  box-sizing: border-box;
  padding: 20px;
}
.topic-shjz-box .topics-menus-item > dt {
  display: none;
}
.topic-shjz-box .topics-menus-item > dd {
  width: 100%;
}
.topic-jsz-box,
.topic-jdc-box,
.topic-wfsg-box {
  font-size: 0;
  padding: 10px 0;
}
.topic-jsz-box > li {
  display: inline-block;
  font-size: 18px;
  line-height: 1.6;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border-radius: 8px;
  padding: 20px 16px;
  background-color: #ffffff;
  box-shadow: 4px 6px 18px 0px rgba(22, 88, 160, 0.1);
  box-sizing: border-box;
  width: 15%;
  margin-left: 2%;
}
.topic-jsz-box > li:nth-child(6n + 1) {
  margin-left: 0;
}
.topic-jsz-box > li img {
  display: block;
  max-width: 50px;
  margin: 0 auto;
  max-height: 36px;
}
.topic-jsz-box > li span {
  text-align: center;
  line-height: 36px;
}
.topic-jdc-box > li {
  display: inline-block;
  position: relative;
  padding: 24px;
  height: 128px;
  background: url(topic-jt-bg.png) no-repeat right;
  background-size: cover;
  border-radius: 8px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  width: 23.5%;
  margin-left: 2%;
}
.topic-jdc-box > li:nth-child(4n + 1) {
  margin-left: 0;
}
.topic-jdc-box > li img {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.topic-jdc-box > li span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 14px;
}
.topic-jdc-box > li span::before {
  content: '';
  width: 22px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.topic-wfsg-box > li {
  background: url(topic-jt-bg2.png) no-repeat right bottom;
  border: 1px solid #d1e4f9;
  border-radius: 8px;
  padding: 20px 20px 24px 30px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-bottom: 38px;
  box-sizing: border-box;
  height: 156px;
  margin-left: 2%;
  width: 49%;
}

.topic-wfsg-box > li:nth-child(odd) {
  margin-left: 0;
}
.topic-wfsg-box > li img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.topic-wfsg-box > li > a:first-child {
  font-size: 20px;
  font-weight: bold;
}
.topic-wfsg-box > li > a.wfsg-more {
  border: 1px solid #1658a0;
  transition: 0.3s all;
  color: #1658a0;
  margin-top: 27px;
  line-height: 28px;
  height: 30px;
  border-radius: 100px;
  padding: 0 12px;
  display: block;
  font-size: 16px;
  width: 100px;
  text-align: center;
}
.topic-wfsg-box > li > a.wfsg-more:hover {
  background-color: #1658a0;
  color: #fff;
}
.topic-jtcx-box {
  box-sizing: border-box;
}
.topic-jtcx-box > dt {
  background: linear-gradient(
    135deg,
    rgba(160, 205, 242, 0.5) 0%,
    rgba(237, 247, 255, 1) 100%
  );
  padding: 30px 100px 40px 30px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 282px;
  position: relative;
  box-sizing: border-box;
}
.topic-jtcx-box > dt > img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.topic-jtcx-box > dt h3 {
  line-height: 20px;
  margin-bottom: 12px;
  z-index: 2;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: default;
}
.topic-jtcx-box > dt ul {
  font-size: 0;
}
.topic-jtcx-box > dt ul li {
  line-height: 36px;
  font-size: 18px;
  display: inline-block;
  width: 34%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-jtcx-box > dd {
  width: 48%;
}
.topic-jtcx-small {
  height: 282px;
  overflow: hidden;
  font-size: 0;
}
.topic-jtcx-small > li {
  font-size: 20px;
  display: inline-block;
  width: 49%;
  height: 131px;
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.topic-jtcx-small > li a {
  font-weight: bold;
}
.topic-jtcx-small > li:nth-child(even) {
  margin-left: 2%;
}
.topic-jtcx-small > li:first-child {
  background: linear-gradient(
    180deg,
    rgba(222, 237, 255, 1) 0%,
    rgba(230, 241, 255, 1) 100%
  );
}
.topic-jtcx-small > li:first-child + li {
  background: linear-gradient(
    180deg,
    rgba(255, 237, 222, 1) 0%,
    rgba(255, 252, 235, 1) 100%
  );
}
.topic-jtcx-small > li:first-child + li + li {
  background: linear-gradient(
    180deg,
    rgba(224, 245, 255, 1) 0%,
    rgba(237, 249, 255, 1) 100%
  );
}
.topic-jtcx-small > li:last-child {
  background: linear-gradient(
    180deg,
    rgba(213, 242, 242, 1) 0.18%,
    rgba(237, 255, 255, 1) 100%
  );
}
.topic-jtcx-small > li img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.topic-banner-5 {
  background: url(bg-topic-5.png) right 30px no-repeat;
  background-size: auto 72%;
}

.topic-banner-6 {
  background: url(bg-topic-6.png) right 30px no-repeat;
  background-size: auto 72%;
}
.topic-banner-7 {
  background: url(bg-topic-7.png) right 30px no-repeat;
  background-size: auto 72%;
}
.topic-house-box > li {
  width: 49%;
}
.topic-house-box > li:nth-child(3n + 2) {
  margin-left: auto;
  margin-right: auto;
}
.topic-house-box > li:nth-child(even) {
  margin-left: 2%;
}
.topic-house-box .topics-menus-item > dd {
  width: 548px;
}
.ns-item > dt:hover {
  z-index: 3;
  transition: all 0.1s;
  box-shadow: rgba(189, 204, 217, 0.54) 0px 0 8px;
}
.news-cloumn-box .tns-controls {
  width: 600px;
}
.ns-item > dt:hover + dd {
  right: 0;
}
.cloumn-topic p {
  display: none;
}
.home-common-medias .tns-controls button {
  top: 68px;
  bottom: auto;
}
.sxszf-topic-news {
  margin: 28px 0 0;
  height: 196px;
  font-size: 0;
  width: 100%;
  /* box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75); */
}
.more-topics {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-color: #bd1a2d;
  color: #fff;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
}
.sxszf-topic-news > li {
  display: inline-block;
  width: 32%;
  overflow: hidden;
  line-height: 46px;
  height: 46px;
  font-size: 18px;
  vertical-align: top;
}
.sxszf-topic-news > li:nth-child(3n + 2) {
  margin: 0 2%;
}
.sxszf-topic-news > li > em {
  color: #fff;
  padding-right: 5px;
  font-weight: 300;
  vertical-align: top;
}
.sxszf-topic-news > li > em > span {
  display: inline-block;
  width: 52px;
  height: 20px;
  color: #fff;
  background: #ff6154;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-style: normal;
}
.topic-sb-box {
  overflow: hidden;
}
.topic-sb-box > dt {
  margin: 0 6px 0;
  background-color: #fff;
  font-size: 0;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  box-sizing: border-box;
  overflow: hidden;
  width: 70%;
}
.topic-sb-box > dt .topic-noritems-box > li,
.topic-sb-leftbox > li {
  width: 49%;
  border: 1px solid #f0f0f0;
  background-color: #f5f5f5;
  padding: 12px 20px 8px 20px;
  border-radius: 4px;
  margin-bottom: unset;
  margin-top: 15px;
}
.topic-sb-box > dt .topic-noritems-box > li > p,
.topic-sb-leftbox > li p {
  display: none;
}
.topic-sb-box > dt .topic-noritems-box > li > a,
.topic-sb-leftbox > li > a {
  height: 30px;
}
.topic-sb-box > dt .topic-noritems-box > li:nth-child(3n + 2),
.topic-sb-leftbox > li:nth-child(3n + 2) {
  margin: 0 auto;
}
.topic-sb-box > dt .topic-noritems-box > li:nth-child(even),
.topic-sb-leftbox > li:nth-child(even) {
  margin-left: 2%;
}
.topic-sb-box > dt .topic-noritems-box {
  padding: 0;
}
.topic-sb-box > dt .topic-co-tabox {
  margin: 0;
  padding: 0;
}
.topic-sb-box > dt .topic-cocnt-box {
  padding: 0;
}
.topic-sb-box > dt .topic-co-tabtitle > li {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}
.topic-sb-box > dt .topic-co-tabtitle > li {
  border-right: 2px solid #fff;
}
.topic-sb-box > dt .topic-co-tabtitle > li:last-child {
  border-right: 0;
}
.topic-sb-box > dt .topic-co-tabtitle > li.cur {
  background-color: #2172e1;
  color: #fff;
}
.topic-sb-box > dt .topic-co-tabtitle > li.cur a {
  color: #fff;
}
.topic-sb-box > dd {
  width: 28%;
  height: 100%;
}
.topic-sb-two {
  padding: 0 6px;
}
.topic-sb-two li {
  font-size: 18px;
  padding: 12px;
  text-align: center;
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 16px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
}
.topic-sb-two li:last-child {
  margin-bottom: 0;
}
.topic-sb-two li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topic-sb-leftab .topic-noritems-box {
  padding: 0;
}
.topic-sb-leftab .topic-co-tabox {
  margin: 0;
  padding: 0;
}
.topic-sb-leftab {
  padding: 0;
  background-color: #fff;
}
.topic-sb-leftab .topic-co-tabtitle {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.topic-sb-leftab .topic-co-tabox {
  float: right;
  width: 80%;
}
.topic-sb-leftab .topic-noritems-box li:first-child,
.topic-sb-leftab .topic-noritems-box li:first-child + li {
  margin-top: 0;
}
.topic-sb-leftab .topic-co-tabtitle > li {
  padding: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.topic-sb-leftab .topic-co-tabtitle > li i {
  width: 36px;
  height: 36px;
  margin: 12px 10px 0;
  float: left;
}
.topic-sb-leftab .topic-co-tabtitle > li i img {
  width: 100%;
  height: 100%;
}
.topic-sb-leftab .topic-co-tabtitle > li.cur {
  background-color: #f0f7ff;
}
.topic-sb-items {
  font-size: 0;
}
.topic-sb-items > li {
  position: relative;
  overflow: hidden;
  padding: 26px 24px;
  background: linear-gradient(
      180deg,
      rgba(232, 242, 252, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    ),
    rgba(255, 255, 255, 1);
  border-radius: 8px;
  width: 18%;
  display: inline-block;
  font-size: 18px;
  box-sizing: border-box;
}
.topic-sb-items > li:not(:first-child) {
  margin-left: 2.5%;
}
.topic-sb-items > li dl {
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.topic-sb-items > li dl dt {
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.topic-sb-items > li dl dd {
  line-height: 36px;
  font-size: 16px;
}
.topic-sb-items > li dl dd a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.topic-sb-items > li a.topic-sb-more {
  border: 1px solid #1658a0;
  transition: 0.3s all;
  display: inline-block;
  padding: 0 16px;
  height: 24px;
  line-height: 24px;
  color: #1658a0;
  font-size: 14px;
  border-radius: 100px;
}
.topic-sb-items > li em {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  z-index: 1;
}

.topic-sb-items > li:hover a.topic-sb-more {
  border-color: #ffffff;
  color: #ffffff;
}

.topic-sb-items > li:hover {
  background: #1658a0;
  color: #ffffff;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.topic-sb-items > li:hover dl dd a {
  color: #ffffff;
}

.topic-sb-items > li:hover em {
  opacity: 0.15;
}
.topic-more-title > li > span {
  display: none;
}
.topic-imgs-link-3 {
  overflow: hidden;
  margin-top: 30px;
}
.topic-imgs-link-3 > li {
  width: 32%;
  height: 140px;
  float: left;
  overflow: hidden;
}
.topic-imgs-link-3 > li:nth-child(2) {
  margin: 0 2%;
}
.topic-imgs-link-3 > li img {
  min-width: 100%;
  height: 100%;
}
.disclose-items > li:hover {
  height: 4.5rem;
  border-radius: 0.5rem;
  font-size: 22px;
}
.cloumn-topic {
  transition: all 0.5s ease-in-out;
}
.cloumn-topic:hover {
  transform: scale(1.1);
  margin-top: -0.5rem;
}
/* 专题 */
.topic-imgs-link-3 > li {
  transition: transform 0.3s ease-in-out;
}
.topic-imgs-link-3 > li:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}
.robot-box {
  transition: transform 0.3s ease-in-out;
}
.robot-box:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}
/* 县区 */
.news-cloumn-box {
  width: 670px;
  height: 376px;
}
.area-slide-box {
  height: 376px;
}
.news-cloumn-box .tns-controls {
  width: 100%;
  right: 0;
  top: auto;
  bottom: 0;
}
.news-cloumn-box .tns-controls button {
  width: 26px;
  height: 45px;
}
.news-cloumn-box .tns-nav {
  position: absolute;
  right: 25px;
  width: 620px;
  top: auto;
  /* background-color: rgba(255, 255, 255, 0.88); */
  bottom: 50px;
  /* height: 45px; */
}
.area-slide-box .area-slide-item {
  height: 376px;
  position: relative;
}
.area-slide-box .area-slide-item img {
  width: 100%;
  height: 100%;
}
.area-slide-box .area-slide-item span {
  position: absolute;
  left: 25px;
  height: 45px;
  width: 620px;
  background-color: rgba(255, 255, 255, 0.88);
  bottom: 0;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}
.news-cloumn-box .tns-controls {
  width: auto;
}
.news-cloumn-box .tns-controls button:first-child {
  position: relative;
  left: -619px;
}
.area-co-box {
  overflow: hidden;
  /* margin: 20px auto; */
  padding: 20px 0;
}
.area-tabnews-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 12px;
  width: 620px;
  height: 376px;
  box-sizing: border-box;
  padding: 0 15px;
  margin-right: 10px;
}
.news-tab-box {
  box-shadow: none;
}
.news-tab-title {
  border-bottom: 2px solid #f5f5f5;
  text-align: left;
}
.news-tab-title > li {
  display: inline-block;
  font-size: 22px;
  color: #333;
  line-height: 52px;
  padding: 0 26px;
  position: relative;
  height: 52px;
}
.news-tab-title > li::before {
  display: none;
}
.news-tab-title > li.cur {
  border-bottom: 2px solid #1457b5;
}
.news-tab-box {
  margin: 10px 6px 0;
  height: 290px;
  overflow: hidden;
}
.interaction-tab-item li {
  height: 42px;
  line-height: 42px;
}
/* .interaction-tab-item li span {
  color: #dae2ec;
} */
.interaction-tab-item li::before {
  background-color: #dae2ec;
  margin-top: 20px;
}
.topic-slide-bwrap {
  position: relative;
}
.topic-slide-bigbox {
  height: 130px;
}
.topic-slide-bigbox .tns-item img {
  width: 100%;
  height: 100%;
}
.topic-bdot {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 5px;
}
.topic-bdot li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  border: 0;
  background-color: #dcdcdc;
  margin: 0 3px;
  cursor: pointer;
}
.topic-bdot li.tns-nav-active {
  background-color: #fff;
  width: 20px;
}
.area-common-cobox {
  margin: 20px auto;
}
.area-common-cobox::after {
  display: block;
  clear: both;
  content: '';
}
.area-common-cobox > dt,
.area-common-cobox > dd {
  width: 640px;
  height: 500px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  overflow: hidden;
  padding: 0 15px;
  box-sizing: border-box;
}
.area-tabnews-lfbox {
  height: 230px;
  overflow: hidden;
  margin-top: 10px;
}
/* 123 */
.menu-infos-open {
  font-size: 0;
  height: 120px;
  overflow: hidden;
}
.menu-infos-open > li {
  font-size: 18px;
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
  height: 50px;
  background-color: #e1ecfd;
  margin-top: 10px;
  line-height: 50px;
  margin-left: 0.6%;
  margin-right: 0.6%;
  text-align: center;
}
.iptinfo-co-box {
  font-size: 0;
  overflow: hidden;
  height: 280px;
}
.iptinfo-co-box > li {
  display: inline-block;
  width: 25%;
  font-size: 18px;
  box-sizing: border-box;
  max-height: 134px;
  overflow: hidden;
}
.iptinfo-co-box > li a {
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 10px 0;
  padding: 1em 0;
  background-color: #f4f9fd;
  text-align: center;
  max-height: 115px;
  overflow: hidden;
}
.iptinfo-co-box > li a i {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 5px;
}
.iptinfo-co-box > li a i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
  background-repeat: no-repeat;
}
.iptinfo-co-box > li a i img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.iptinfo-co-box > li a span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
  width: 73%;
  max-width: 73%;
  display: block;
  max-width: none;
  width: auto;
  text-align: center;
  transition: 0.3s all;
}
.iptinfo-co-box > li a span:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1px;
  height: 2.4em;
}
.iptinfo-co-box > li a span font {
  display: inline-block;
  vertical-align: middle;
  width: 94%;
  line-height: 1.2em;
}
.iptinfo-co-box > li a span b {
  display: block;
}
.area-two-topics {
  font-size: 0;
  overflow: hidden;
  height: 80px;
  margin-top: 5px;
}
.area-two-topics > li {
  display: inline-block;
  width: 49%;
  margin-left: 2%;
  vertical-align: top;
  height: 100%;
}
.area-two-topics > li:first-child {
  margin-left: 0;
}
.area-two-topics > li img {
  width: 100%;
  height: 100%;
}
.area-common-cobox2 > dt,
.area-common-cobox2 > dd {
  box-shadow: none;
  padding: 0;
  height: 360px;
}
.gg_tit {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #cccccc;
}
/* 政务服务 */
.zwfw_ul {
  margin-top: 15px;
}

.zwfw_ul li {
  float: left;
  width: 32%;
  height: 160px;
  border: 1px solid #e3e3e3;
  /* margin-left: 13px; */
  box-sizing: border-box;
  margin-left: 2%;
}

.zwfw_ul li:first-child {
  margin-left: 0;
}

/* .grfw_a,
.frfw_a,
.ztjcfw_a {
  display: inline-block;
  width: 100%;
  height: 100%;
} */
.zwfw_tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 0 19px;
}

.grfw {
  width: 138px;
  height: 75px;
  margin: 10px 0 0 19px;
}
.grfw_li {
  position: relative;
}
.grfw_li img {
  width: 80px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.bgs1 {
  padding-top: 10px;
  background-color: #dbe7f8;
}
.bgs2 {
  padding-top: 10px;
  background-color: #f8ebdb;
}
.bgs3 {
  padding-top: 10px;
  background-color: #f8f8db;
}
.grfw a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666666;
  width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grfw a:hover {
  color: #2861bb;
}
.more_btn {
  width: 60px;
  height: 20px;
  margin: 10px 0 0 19px;
}
.more_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #299cff;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  /* background: url(ljgd.png) no-repeat; */
  /* background-size: 60px auto; */
}
.area-common-cobox2 > dt .area-tabnews-lfbox,
.area-common-cobox2 > dd .area-tabnews-lfbox {
  height: auto;
}
.area-common-cobox2 > dd .area-tabnews-lfbox .news-tab-title > li {
  display: inline-block;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  height: 40px;
}
.area-common-cobox2 > dd .area-tabnews-lfbox .news-tab-box {
  margin-top: 0;
}
.area-topics-allwrap {
  box-sizing: border-box;
  height: 200px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  overflow: hidden;
  font-size: 0;
}
.area-topics-allwrap > dt,
.area-topics-allwrap > dd {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.area-topics-allwrap > dt {
  background-color: #efe6d2;
  width: 50px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 45px 15px;
}
.area-topics-allwrap > dd {
  width: 1250px;
  padding: 20px 10px;
}
.area-topics-allbox {
  font-size: 0;
}
.area-topics-allbox > li {
  width: 23%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
  height: 160px;
}
.area-topics-allbox > li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.area-topics-allbox > li img:hover {
  /* transform: rotate3d(-3, 10, 0, 15deg); */
  transform: rotate3d(3, 5, 0, 5deg) scale(1.03);
  position: relative;
  z-index: 0;
  box-shadow: rgba(17, 12, 46, 0.15) 10px 14px 10px 0px;
}
.zfld-xxbox-wrap {
  background-color: #f7faff;
  height: 200px;
  margin-top: 13px;
  overflow: hidden;
}
.zfld-ldxx-box {
  font-size: 0;
  border-bottom: 1px dashed #e3eaf7;
  margin: 15px;
  padding-bottom: 15px;
}
.zfld-ldxx-box:last-child {
  border-bottom: 0;
}
.zfld-ldxx-box > dt,
.zfld-ldxx-box > dd {
  display: inline-block;
  vertical-align: top;
}
.area-coxxgk-box > dt,
.area-coxxgk-box > dd {
  height: 280px;
}
.zfld-ldxx-box > dt {
  font-size: 20px;
  color: #1457b5;
  width: 90px;
  margin-right: 15px;
  text-align: right;
}
.zfld-ldxx-box > dd {
  font-size: 18px;
  width: 500px;
}
.zfld-ldxx-box > dd a {
  display: inline-block;
  margin: 0 1em 1em;
}
.information-box ul {
  font-size: 0;
}
.information-box li {
  display: inline-block;
  width: 32%;
  height: 90px;
  background: #f7faff;
  border-radius: 5px;
  text-align: center;
  margin: 5px 2% 15px 0;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.information-box li:nth-child(3n) {
  margin-right: 0;
}
.information-box li:last-child {
  margin-right: 0;
}
.information-box ul li a {
  font-size: 16px;
  line-height: 30px;
}
.information-box ul li a i {
  display: block;
  margin: 10px auto 8px;
  border-radius: 50%;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: #fff;
}
.information-box ul li i img {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.gg_tit a {
  color: #1457b5;
}
